func runtime.racemalloc
5 uses
runtime (current package)
arena.go#L678: racemalloc(unsafe.Pointer(span.base()), span.elemsize)
malloc.go#L1189: racemalloc(x, size)
proc.go#L4712: racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr) { throw("race") }
stack.go#L419: racemalloc(v, uintptr(n))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |